home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / SoundAndMusic / cmix / lpc / track / sysdep.h < prev   
C/C++ Source or Header  |  1989-05-27  |  139b  |  9 lines

  1. #ifdef SYS5
  2. #include <sys/types.h>
  3. #include <fcntl.h>
  4. #include <string.h>
  5. #define index(A,B) strchr(A,B)
  6. #else
  7. #include <strings.h>
  8. #endif
  9.